home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / bcfal11b.zip / AREA.HIS < prev    next >
Text File  |  1994-07-08  |  4KB  |  66 lines

  1.         0.5 My first try at a file area selector without too much hassle.
  2.         Reads the current conference to get the directories and their 
  3.         descriptions.
  4.     0.6 Added a lightbar.
  5.     0.7 Added hotkeys to the lightbar to quickly page through the
  6.         directories.
  7.         0.8 I've written a direcory menu creator (in C++) on request and 
  8.         kinda liked the totals (files, bytes) I put in there. Thought
  9.         it would be nice to also incorporate this. But using PPL to 
  10.         figure out the directory sizes is way too slow. So I decided
  11.         to create the directory files and totals by an external program
  12.         instead. This gives a little overhead in that the initial user
  13.         has to create the directories, but on the other hand the PPE
  14.         has no delay whatsoever as it does not need to read the conferences
  15.         itself anymore. All directories and totals files are put in 
  16.         the directory DIRS, I didn't want to overwrite your normal pcboard
  17.         dirs as my directory files have no headers/footers because the PPE
  18.         handles all those things.
  19.     0.9 Added a lightbar selection option. 
  20.         
  21.        1.0ß  Saw this other area lister floating around. IMHO this PPE is
  22.          much better than that crappy program. So I think I'm gonna release
  23.          this now ;).
  24.          Added multiple selections to the select option.
  25.          Changed the paging code to keep showing selected directories when
  26.          paging.
  27.          Added an unselect option.
  28.  
  29.  
  30.          I could use some more beta testers for this. If you're using this
  31.          please report to me through internet se we can get all quirks 
  32.          out of this quickly...
  33.        1.1ß  The well known flag ppe has done it again. The blind restscrn at
  34.              the start of flag.ppe would restore a savescrn of area.ppe. (When
  35.          is someone going to change this blind restscrn and do some 
  36.          extra checking to be sure flag.ppe has been called, I mean any 
  37.          program that wants to use savecrn and sits between or around his 
  38.          flag ppe is bound to fail because flag will restore the wrong 
  39.          screen). As I use my own flag.ppe (a private version which btw I'm
  40.          not going to release;) I didn't notice this problem initially. 
  41.          I've worked around this by using my own savescrn.
  42.          Stupid mistake would not use the correct Since (last directory
  43.          search date), fixed.
  44.          Changed the default menu and removed the necessity of the footer
  45.          file. Now only the 'MENU' file is used and the directory totals
  46.          replacement codes can be put anywhere in that file.
  47.          Changed the UP/DOWN arrow keys at the lightbar to automatically
  48.          move to the SELECT option.
  49.          ESC now also exits the lightbar selection.
  50.          Added the 'A' key to automatically enter command mode too.
  51.          Fixed some errors in the documentation.
  52.          Fixed a bug where the selection characters would sometimes not
  53.          be removed when paging.
  54.          Bug fixed where viewselected would sometimes not show the 
  55.          selected directories.
  56.  
  57.          One thing I should mention is that if a date other than NONE
  58.          is selected this is always inserted invisibly when entering a
  59.          'COMMAND' command. This can conflict with certain File commands
  60.          that do not need a date (like help, flag, view etc), selecting date
  61.          as NONE will make all file commands work. I'm aware of this 
  62.          problem, but I find this automatic date insertion nice/usefull
  63.          enough to warrant this problem. If you sysops out there think 
  64.          otherwise let me know and if I get enough requests to change this 
  65.          I will (if you do not want this changed let me know too of course)
  66.